/*--------------------------------------------------------------
@author yzl and data.2020.9.4
--------------------------------------------------------------*/

.xj_ysk_m_body {
    background-color: #fff;
}

body {
    font: normal normal 16px / 22px "Microsoft YaHei", Helvetica, Arial, Verdana, sans-serif;
}

body,
header,
div,
nav,
section,
ul,
ol,
li,
span,
a,
em,
i,
p,
footer,
dl,
dd,
h1,
h2,
h3,
h4,
article,
menu {
    padding: 0;
    margin: 0;
}

ul,
ol,
li {
    list-style: none;
}

i,
em {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #555;
}

a:hover {
    text-decoration: underline;
    color: #64ab2a;
}

table,
table tr,
table tr td {
    max-width: 100%
}

table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 1em auto;
    width: 80%;
    color: #333;
    text-align: center;
}

table tr td {
    line-height: 2.5em;
}

table tr td,
table tr td span {
    font-size: 1em !important;
}

table tr:nth-child(odd) {
    background: #f5f5f5;
}

.xj_ysk_backg {
    background-color: #1CAF8D;
}

.xj_ysk_backf {
    background-color: #fff;
}

.xj_ysk_disp_flex,
.xj_ysk_dis_flex {
    display: flex;
}

.xj_ysk_clam {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal;
    -webkit-box-orient: vertical;
}

.xj_ysk_clam1 {
    -webkit-line-clamp: 1;
}

.xj_ysk_clam2 {
    -webkit-line-clamp: 2;
}

.xj_ysk_clam3 {
    -webkit-line-clamp: 3;
}

.xj_ysk_but_ask {
    text-align: center !important;
}

.xj_ysk_but_ask a {
    border-radius: 20px;
    display: inline-block;
    width: 40%;
    height: 2.5em;
    font-size: .95em;
    color: #666;
    text-align: center;
    line-height: 2.5em;
    border: 1px solid #d6d6d6;
}

.xj_ysk_but_ask a:first-child {
    color: #fff;
    background-color: #f65453;
    width: 40%;
    height: 2.5em;
    border: none;
    margin: 15px 20px 15px 0;
}

.xj_ysk_container {
    min-width: 320px;
    max-width: 1200px;
    margin: 0 auto;
}

.xj_ysk_banner-hot {
    display: block;
}

.xj_ysk_index-main>ul {
    display: none;
}

.xj_ysk_header {
    align-items: center;
    padding: 1.5% 0;
    justify-content: space-between;
}

.xj_ysk_header .xj_ysk_logo {
    width: 30%;
}

.xj_ysk_header .xj_ysk_logo img {
    display: block;
}

.xj_ysk_header .xj_ysk_search {
    width: 30%;
    justify-content: flex-end;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .03);
    transition: all 0.25s;
}

.xj_ysk_header .xj_ysk_search .xj_ysk_form {
    width: 100%;
}

.xj_ysk_header .xj_ysk_search .xj_ysk_form-group {
    margin: 0 auto;
    border: 2px solid #64ab2a;
    position: relative;
    height: 2.5em;
    line-height: 2.5em;
    z-index: 3;
}

.xj_ysk_header .xj_ysk_search .xj_ysk_form input {
    width: 90%;
    color: #222;
    top: 1px;
    left: 0px;
    outline: none;
    border: none;
    padding: 0 0 0 1em;
}

.xj_ysk_header .xj_ysk_search .xj_ysk_form .xj_ysk_btn {
    border: none;
    background-color: #64ab2a;
    color: #fff;
    /* font-size: 18px; */
    height: 2.7em;
    overflow: hidden;
    position: absolute;
    right: 0;
    font-size: .95em;
    text-align: center;
    top: 0;
    /* width: 3em; */
    cursor: pointer;
}

.xj_ysk_header .xj_ysk_search .xj_ysk_form .xj_ysk_btn i {
    font-weight: 800;
    font-size: 18px;
    margin-right: 6px;
}

.xj_ysk_header .xj_ysk_m_menu {
    display: none;
}

.xj_ysk_menu {
    line-height: 3em;
    text-align: center;
    height: 3em;
    background-color: #000;
}

.xj_ysk_menu ul {
    justify-content: space-around;
    width: 100%;
}

.xj_ysk_menu li {
    font-size: 1.1em;
    /* padding: 0 .5em; */
    width: 16.6%;
}

.xj_ysk_menu li a {
    color: #ffffff;
}

.xj_ysk_menu li:hover a {
    display: block;
    background-color: #64ab2a;
    color: #ffffff;
}
.xj_ysk_menu .xj_ysk_hover:hover a {
    display: inline;
    background-color: transparent;
    color: #ffffff;
}

.xj_ysk_menu li a:hover {
    text-decoration: none;
}

.xj_ysk_anli {
    background-color: #f2f2f2;
    padding-top: 2em;
}

.xj_ysk_anli_panel {
    width: 95%;
    display: grid;
    grid-template-columns: 48% 48%;
    justify-content: space-between;
    margin: 0 auto;
}

.xj_ysk_anli_article {
    width: 90%;
    margin: 0 auto;
}

.xj_ysk_anli_article a {
    color: #555;
}

.xj_ysk_anli_article h3 {
    margin-bottom: .7em;
}

.xj_ysk_anli_article h3 a {
    color: #64ab2a;
}

.xj_ysk_anli_article ul {
    margin-bottom: 1.5em;
}

.xj_ysk_anli_article ul li {
    margin-bottom: .4em;
}

.xj_ysk_anli_article ul li {
    display: flex;
    align-items: center;
}

.xj_ysk_anli_article ul li div {
    width: .5em;
    height: .5em;
    background-color: #666;
    margin-right: 1em;
}

.xj_ysk_anli_panel a {
    background: #fff;
    padding: 1em;
    margin-bottom: 1em;
}

.xj_ysk_anli_panel span {
    color: #64ab2a;
    font-weight: 600;
}

.xj_ysk_anli_panel img {
    width: 100%;
    height: 10.5em;
    object-fit: cover;
}

.xj_ysk_anli_panel div {
    text-align: center;
    margin-top: .5em;
}

.xj_ysk_todayHot {
    background-color: #f3f3f3 !important;
}


/*banner*/

.xj_ysk_banner {
    width: 72%;
}

.xj_ysk_swiper-slide {
    position: relative
}

.xj_ysk_hot-new {
    background-color: #fff;
    padding: 1em;
    margin-top: 1em;
    box-sizing: border-box;
}

.xj_ysk_hot-new>aside>a {
    width: 74%;
}

.xj_ysk_hot-new>aside>a img {
    width: 100%;
    display: block;
}

.xj_ysk_hot-new>aside {
    margin-bottom: 1em;
}

.xj_ysk_hot-list {
    padding: .5em .5em;
    margin-left: 1.2%;
    opacity: .9;
    width: 26%;
    background-color: #f2f2f2;
}

.xj_ysk_com-title {
    border-bottom: 1px solid #ffffff;
    padding: .5em 0;
}

.xj_ysk_com-title span {
    font-weight: 600;
    font-size: 1.5em;
    color: #64ab2a;
}

.xj_ysk_hot-list a {
    margin-bottom: .8em;
    font-size: 1em;
    color: #3e3d3d;
    font-weight: normal;
}

.xj_ysk_hot-list a span {
    padding: 0 .4em;
    border-radius: .7em;
}

.xj_ysk_hot-list li {
    font-size: .95em;
    margin-bottom: 1.5em;
}

.xj_ysk_hot-list li:nth-child(2) {
    margin-top: 1em;
}

.xj_ysk_hot-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.xj_ysk_hot-jiaodian {
    justify-content: space-between;
    margin-top: .5em;
}

.xj_ysk_hot-jiaodian ul {
    width: 72%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xj_ysk_hot-jiaodian li {
    width: 48.5%;
    font-size: .9em;
    margin-bottom: .77em;
}

.xj_ysk_hot-jiaodian li:first-child,
.xj_ysk_hot-jiaodian li:nth-child(2) {
    font-size: 1.1em;
    /* font-weight: bold; */
}

.xj_ysk_hot-jiaodian li:first-child a {
    color: #64ab2a;
    font-weight: 600
}

.xj_ysk_hot-jiaodian div {
    width: 26%;
    overflow: hidden;
    height: 13.4em;
}

.xj_ysk_hot-jiaodian div img {
    width: 100%;
    height: 13.4em;
    object-fit: cover;
}

.xj_ysk_index-main {
    margin-top: .7em;
    flex-wrap: wrap;
    padding-bottom: 3em;
}

.xj_ysk_partTit {
    margin-top: -1.4em;
    width: 100%;
    height: 73px;
    font-weight: normal;
    padding-bottom: 47px;
    overflow: hidden;
    position: relative;
    text-align: center;
    /* margin-bottom: 1em; */
}

.xj_ysk_partTit p {
    margin: 0 auto;
    width: 10em;
    height: 73px;
    border-bottom: 1px solid #eaeaea;
}

.xj_ysk_partTit p span {
    display: inline-block;
    padding: 0 0px;
    /* background-color: #fff */
}

.xj_ysk_partTit .xj_ysk_ft31 {
    font-size: 1.5em;
    display: block;
    padding-top: 1em;
    text-align: center;
    padding-bottom: .5em;
}

.xj_ysk_partTit .xj_ysk_ft31>a {
    color: #64ab2a;
    font-size: .7em;
    font-weight: 600
}

.xj_ysk_partTit .xj_ysk_eng {
    color: #dddbe6;
    font-size: .7em;
}

.xj_ysk_index-main .xj_ysk_index_wall {
    padding: 1em;
    width: 74%;
    box-sizing: border-box;
}

.xj_ysk_index-main .xj_ysk_index_wall ul li:first-child {
    background-color: #EEEFF1;
    width: 40%;
    padding-bottom: 1em;
}

.xj_ysk_index-main .xj_ysk_index_wall ul li:first-child>a {
    display: block;
    height: 16.2em;
    overflow: hidden;
}

.xj_ysk_index-main .xj_ysk_index_wall ul li:first-child img {
    width: 100%;
    height: 16.2em;
    object-fit: cover;
}

.xj_ysk_index-main .xj_ysk_index_wall ul li:first-child time {
    display: block;
    color: #969595;
    font-size: .8em;
    padding-bottom: .5em;
    padding-left: 1em;
}

.xj_ysk_index-main .xj_ysk_index_wall ul li:last-child {
    margin-left: 2%;
    width: 58%;
}

.xj_ysk_h3_title {
    color: #282828;
    font-weight: normal;
    height: 2em;
    line-height: 2em;
    overflow: hidden;
    padding: .5em;
}

.xj_ysk_p_text {
    text-indent: 2em;
    font-size: .9em;
    color: #787878;
    line-height: 1.8em;
    padding: 0 .8em;
    text-align: justify;
}

.xj_ysk_p_list {
    border-top: 1px dotted #808080;
    margin-top: 1em;
    padding-top: 1em;
    line-height: 2em;
}

.xj_ysk_p_list a {
    display: flex;
    justify-content: space-between;
    font-size: .9em;
}

.xj_ysk_p_list a em {
    padding-right: .3em;
}

.xj_ysk_p_list a span {
    width: 80%;
}

.xj_ysk_p_list a time {}

.xj_ysk_index-main>aside,
.xj_ysk_article-article>aside {
    /* margin-left:1%; */
    width: 26%;
}

.xj_ysk_index-main>aside>h3,
.xj_ysk_article-article>aside>h3 {
    font-weight: normal;
    padding-top: .8em;
}

.xj_ysk_index-main>aside>h3 span,
.xj_ysk_article-article>aside>h3 span {
    display: block;
    color: #64ab2a;
    font-size: .95em;
    padding-left: .5em;
}

.xj_ysk_pubdate-new,
.xj_ysk_pubdate-list,
.xj_ysk_question-new {
    padding: 1em;
}

.xj_ysk_pubdate-new li:not(:first-child),
.xj_ysk_question-new li:not(:first-child) {
    border-top: 1px solid #f6f6f6;
    padding-top: .93em;
}

.xj_ysk_pubdate-new li:not(:last-child),
.xj_ysk_question-new li:not(:last-child) {
    padding-bottom: .93em;
}

.xj_ysk_pubdate-new li,
.xj_ysk_question-new li {
    display: flex;
    font-size: .9em;
}

.xj_ysk_pubdate-new li a,
.xj_ysk_question-new li a {
    display: block;
}

.xj_ysk_pubdate-new li a:first-child {
    width: 8em;
    height: 5em;
    overflow: hidden;
    margin-right: .8em;
}

.xj_ysk_pubdate-new li a:first-child img {
    width: 100%;
    height: 5em;
    object-fit: cover;
    filter: blur(5px);
}

.xj_ysk_pubdate-new li a:last-child {
    width: 100%;
    position: relative;
}

.xj_ysk_pubdate-new li a:last-child h3,
.xj_ysk_question-new li a h3 {
    font-size: 1.05em;
    font-weight: normal;
    color: #2c2b2b;
    margin-bottom: .2em;
}

.xj_ysk_pubdate-new li a:last-child p,
.xj_ysk_question-new li a p {
    font-size: 1.04em;
    color: #282828;
}

.xj_ysk_pubdate-new li a:last-child time {
    position: absolute;
    bottom: 0;
    font-size: .95em;
    color: #898989;
}

.xj_ysk_pubdate-list {
    border-bottom: 5px solid #f2f2f2;
}

.xj_ysk_pubdate-list li {
    line-height: 1.2em;
    margin-bottom: .8em;
    font-size: 1em;
}

.xj_ysk_question-new li a span {
    padding-top: .2em;
}

.xj_ysk_list-question .xj_ysk_roject-choose {
    flex-wrap: wrap;
    display: flex;
    justify-content: end;
    border-bottom: 1px solid #f0f2f5;
    padding-bottom: 1em;
    /* margin-bottom:1em; */
}

.xj_ysk_list-question .xj_ysk_roject-choose span {
    font-weight: bold;
    margin-right: .8em;
}

.xj_ysk_list-question .xj_ysk_roject-choose ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.xj_ysk_list-question .xj_ysk_roject-choose ul li {
    padding-right: .8em
}

.xj_ysk_list-question .xj_ysk_roject-choose ul a:hover {
    color: #ff5d80
}

.xj_ysk_item-list {
    width: 100%;
    overflow: hidden;
    /* margin-top:10px; */
}

.xj_ysk_item-list li {
    width: 100%;
    padding: 30px 0;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
}

.xj_ysk_item-list li:hover {
    border-bottom: 1px solid #ff9999;
}

.xj_ysk_item-list .xj_ysk_list-title {
    margin-bottom: 1em;
}

.xj_ysk_item-list .xj_ysk_list-title span {
    background: #f65453;
    padding: .2em .5em;
    margin-right: .5em;
    color: #fff;
}

.xj_ysk_item-list .xj_ysk_list-title a {
    font-size: 1.2em;
}

.xj_ysk_list-content {
    display: flex;
    align-items: baseline;
}

.xj_ysk_list-content .xj_ysk_left {
    background: #cfcfd0;
    padding: .2em .5em;
    color: #fff;
    margin-right: .8em;
}

.xj_ysk_list-content .xj_ysk_right {
    color: #808080;
    font-size: .95em;
}

.xj_ysk_list-content .xj_ysk_right div {
    height: 3em;
}

.xj_ysk_list-content .xj_ysk_right time {
    display: block;
    margin-top: .5em
}

.xj_ysk_detail-title {
    align-items: center;
    /* padding-top:1em; */
}

.xj_ysk_detail-title-img {
    padding-right: .5em;
}

.xj_ysk_list-content-time {
    border: 1px solid #eaeaea;
    padding: 1em;
    margin: .8em auto 0;
    color: #b2b2b2;
    font-size: .95em;
}

.xj_ysk_other {
    border: 1px solid #eaeaea;
    padding: 1.5em 1em;
    border-top: none;
}

.xj_ysk_other>h3 {
    color: #f65353;
    font-size: 1.3em;
    margin-bottom: 1em;
}

.xj_ysk_other .xj_ysk_other-ask {
    color: #b2b2b2;
}

.xj_ysk_article-question {
    align-items: baseline;
}

.xj_ysk_article-question .xj_ysk_left {
    background: #f65353;
    padding: .35em .5em;
    border-radius: 50%;
    color: #fff;
    margin-right: .7em;
}

.xj_ysk_article-question .xj_ysk_right h3 {
    color: #333;
    font-weight: normal;
    font-size: 1.15em;
    margin-bottom: 1em;
}

.xj_ysk_article-question .xj_ysk_right div {
    font-size: .95em;
    color: #565454;
    line-height: 1.7em;
    text-align: justify;
    margin-bottom: 1em;
}

.xj_ysk_article-question .xj_ysk_right time {
    font-size: .95em;
    color: #b2b2b2;
}

.xj_ysk_position {
    color: #9c9c9c;
    padding: .7em 0;
    font-size: .95em;
    border-top: 1px solid #eeeeee;
}

.xj_ysk_position a:first-child {
    color: #9c9c9c;
}

.xj_ysk_list-article .xj_ysk_wall-column {
    width: 25%;
}

.xj_ysk_pagesize {
    text-align: center;
    padding: 1em 0;
}

.xj_ysk_pagesize li {
    border: 1px solid #e5e5e5;
    margin-right: .2em;
    padding: 1% 1%;
    text-align: center;
    display: inline-block;
    color: #333;
}

.xj_ysk_pagesize li:hover {
    background-color: #1CAF8D;
    color: #fff;
}

.xj_ysk_pagesize li a:hover {
    display: block;
    color: #FFF;
}

.xj_ysk_pagesize li.xj_ysk_thisclass {
    background-color: #f65353;
    color: #fff;
    border-color: #f65353;
}

@media screen and (max-device-width: 400px) {
    .xj_ysk_pagesize li.xj_ysk_disabled,
    #pages li.xj_ysk_disabled {
        background-color: #e5e5e5;
    }
    .xj_ysk_pagesize li.xj_ysk_disabled span,
    #pages li.xj_ysk_disabled span {
        color: #fff;
    }
    .xj_ysk_pagesize li,
    #pages li {
        display: none;
    }
    .xj_ysk_pagesize li:first-child,
    .xj_ysk_pagesize li:last-child,
    #pages li:first-child,
    #pages li:last-child {
        display: inline-block;
    }
}

.xj_ysk_list-article,
.xj_ysk_list-question {
    padding: 1em;
    width: 74%;
    border-right: 5px solid #f2f2f2;
    box-sizing: border-box;
}

.xj_ysk_list-article>ul>li:not(:first-child) {
    border-top: 1px #dad6d6 dashed;
    padding-top: 1em;
}

.xj_ysk_list-article>ul>li {
    display: flex;
    padding-bottom: 1em;
    font-size: .9em;
}

.xj_ysk_list-article>ul>li a {
    display: block;
}

.xj_ysk_list-article>ul>li a:first-child {
    width: 25%;
    height: 9em;
    overflow: hidden;
    margin-right: .8em;
}

.xj_ysk_list-article>ul>li a:first-child img {
    width: 100%;
    height: 9em;
    object-fit: cover;
    filter: blur(5px);
}

.xj_ysk_list-article>ul>li a:last-child {
    width: 74%;
    margin-left: 1%;
    position: relative;
}

.xj_ysk_list-article>ul>li a:last-child h2 {
    font-size: 1.2em;
    font-weight: normal;
    color: #2c2b2b;
}

.xj_ysk_list-article>ul>li a:last-child p {
    margin-top: .7em;
    margin-bottom: .7em;
}

.xj_ysk_list-article>ul>li a:last-child time {
    position: absolute;
    bottom: 0;
}

.xj_ysk_article-article {}

.xj_ysk_article-article>article {
    border-right: 5px solid #f2f2f2;
    width: 74%;
    box-sizing: border-box;
    padding: 2% 1.5% 3%;
}

.xj_ysk_article-article>article .xj_ysk_article-title {
    font-size: 1.3em;
    line-height: 1.5em;
    padding: .5em 0 .2em;
    font-weight: normal;
    color: #555;
}

.xj_ysk_article-article>article .xj_ysk_article-meta {
    font-size: .95em;
    color: #aaa7a7;
    margin: .5em 0;
}

.xj_ysk_article-article>article .xj_ysk_article-meta span {
    padding-right: .7em;
}

.xj_ysk_article-article>article .xj_ysk_article-content {
    color: #636161;
    font-size: 1em;
    line-height: 1.7em;
    text-align: justify;
    padding: 1.5em 0;
    word-break: break-all;
    position: relative;
}

.xj_ysk_article-article>article .xj_ysk_article-content img {
    display: block;
    margin: 1em auto;
    max-width: 95% !important;
    min-width: auto !important;
    height: auto !important;
    filter: blur(5px);
}

.xj_ysk_article-article>article .xj_ysk_article-content p {
    margin-bottom: .5em;
    color: #545454;
}

.xj_ysk_article-article>article .xj_ysk_article-content h2,
.xj_ysk_article-content h3 {
    margin: .5em 0;
    font-size: 1.2em;
    color: #f65453;
    font-weight: normal;
}

.xj_ysk_article-article>article .xj_ysk_article-tips {
    border: 1px dashed #ccc;
    padding: 1em;
    margin: 1em 0;
}

.xj_ysk_article-article>article .xj_ysk_article-tips p:last-child {
    margin-bottom: 0;
}

.xj_ysk_article-article>article .xj_ysk_likear_ticle {
    border-top: 1px solid #eeeeee;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1.1em;
    font-weight: normal;
}

.xj_ysk_article-article>article .xj_ysk_likear_arcle {
    padding-bottom: 1.5em;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;
    /* justify-content: revert; */
}

.xj_ysk_article-article>article .xj_ysk_likear_arcle li {
    width: 32%;
    margin-bottom: .5em;
}


/* .xj_ysk_article-article>article .xj_ysk_likear_arcle li:not(:nth-child(3n)){ margin-right: 2%;} */

.xj_ysk_article-article>article .xj_ysk_likear_arcle li a:first-child {
    background-color: #f2f2f2;
    display: block;
    height: 11em;
    overflow: hidden;
    margin-bottom: .8em;
}

.xj_ysk_article-article>article .xj_ysk_likear_arcle li a:first-child img {
    width: 100%;
    height: 11em;
    object-fit: cover;
    filter: blur(5px);
}

.xj_ysk_article-article>article .xj_ysk_likear_arcle li a:last-child p {
    color: #2c2b2b;
    font-size: .97em;
    text-align: justify;
}

.xj_ysk_article-article>article .xj_ysk_likear_arcle li a:last-child time {
    color: #aaaaaa;
    font-size: .9em;
    margin-top: .5em;
    display: block;
}

.xj_ysk_article-article>article .xj_ysk_s-top-b {
    padding: 1.2em 1em 1.5em 1em;
    border: 1px solid #eeeeee;
}

.xj_ysk_article-article>article .xj_ysk_s-top-b p {
    display: flex;
}

.xj_ysk_article-article>article .xj_ysk_s-top-b span {
    width: 50%;
}

.xj_ysk_article-article>article .xj_ysk_s-top-b span:last-child {
    text-align: right;
}

.xj_ysk_m_hospital {
    display: none;
}

.xj_ysk_area {
    margin-top: 1em;
}

.xj_ysk_area,
.xj_ysk_project {
    display: flex;
    flex-wrap: wrap;
    padding: .5em;
    box-sizing: border-box;
}

.xj_ysk_area p,
.xj_ysk_project p {
    width: 5%;
    flex-wrap: wrap;
}

.xj_ysk_area ul,
.xj_ysk_project ul {
    width: 100%;
    display: flex;
    font-size: .95em;
    flex-wrap: wrap;
}

.xj_ysk_area ul li,
.xj_ysk_project ul li {
    margin-right: 1%;
    line-height: 1.6em;
}

.xj_ysk_area a:hover,
.xj_ysk_project a:hover,
.xj_ysk_hover a,
.xj_ysk_hover {
    color: #f86056;
    font-weight: bold;
}

#area_son_list li,
#project_son_list li {
    margin-top: 1em;
}

#area_son_list,
#project_son_list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-left: 2.4em;
}

#area_son_list li a,
#project_son_list li a {
    margin-right: .5em;
    font-size: .95em;
}

.xj_ysk_active {
    background-color: #f86056;
}

.xj_ysk_header_new {
    background-color: #ffffff;
    padding: .5em 0;
    border-bottom: 1px solid #ddd;
}

.xj_ysk_header_new>div {
    justify-content: space-between;
}

.xj_ysk_header_new .xj_ysk_logo {
    margin-right: 1.5em;
}

.xj_ysk_header_new .xj_ysk_nav-list {
    font-size: .85em;
}

.xj_ysk_header_new .xj_ysk_nav-list li {
    margin-right: .9em;
}

.xj_ysk_header_new .xj_ysk_nav-list a {
    color: #a0a0a0;
}

.xj_ysk_title_box {
    background: url(../image/head-bj.jpg) top center no-repeat;
    background-size: cover;
    padding: 1em 0;
    align-items: center;
}

.xj_ysk_title_box>nav {
    align-items: center;
    position: relative;
}

.xj_ysk_title_box .xj_ysk_title_left {
    width: 7em;
    height: 7em;
    border-radius: 5em;
    overflow: hidden;
    margin-right: 1.5em;
    border: 4px solid #e5e4e4;
}

.xj_ysk_title_box .xj_ysk_title_left img {
    height: 7em;
}

.xj_ysk_title_box .xj_ysk_title_right {
    width: 70%;
    color: #ffffff;
    letter-spacing: .05em;
}

.xj_ysk_title_box .xj_ysk_title_right h1 {
    font-size: 1.2em;
    font-weight: normal;
    margin-bottom: .5em;
}

.xj_ysk_title_box .xj_ysk_title_right h1 span {
    font-size: .65em;
    ;
}

.xj_ysk_title_box .xj_ysk_title_right p {
    font-size: .9em;
    margin-bottom: .3em;
}

.xj_ysk_title_box .xj_ysk_title_right p span,
.xj_ysk_title_box .xj_ysk_title_right p a {
    margin-right: .3em;
}

.xj_ysk_title_box .xj_ysk_title_right p i {
    margin-right: .5em;
}

.xj_ysk_title_box .xj_ysk_title_right p i,
.xj_ysk_title_box .xj_ysk_title_right p a {
    color: #ffffff;
}

.xj_ysk_hospital-btn {
    position: absolute;
    right: 0;
    height: 36px;
}

.xj_ysk_hospital-btn .xj_ysk_zixun-btn {
    display: block;
    color: #fff;
    background: #ff5370;
    width: 10em;
    height: 2.5em;
    text-align: center;
    line-height: 2.5em;
    border-radius: 2em;
}

.xj_ysk_hos_menu {
    border-bottom: 1px solid #e8e8e8;
}

.xj_ysk_hos_menu ul {
    align-items: center;
    color: #ccc;
}

.xj_ysk_hos_menu ul li {
    width: 13%;
    text-align: center;
    padding-bottom: 1em;
    padding-top: 1em;
}

.xj_ysk_hos_menu ul li:last-child a {
    border-right: none;
}

.xj_ysk_hos_menu ul li a {
    display: block;
    text-decoration: none;
    border-right: 1px solid #ccc;
}

.xj_ysk_act {
    border-bottom: 1px solid #f65453;
}

.xj_ysk_hos_menu ul li:hover,
.xj_ysk_hos_menu ul li:hover a,
.xj_ysk_act a {
    color: #f65453 !important;
}

.xj_ysk_tab_nav .xj_ysk_article-content {
    padding-top: 0 !important;
}

.xj_ysk_tab_nav .xj_ysk_article-content h2 {
    color: #f65453;
}

.xj_ysk_tab_nav .xj_ysk_article-content h3 {
    font-size: 1em;
}

.xj_ysk_hos_article .xj_ysk_pubdate-new,
.xj_ysk_hos_article .xj_ysk_pubdate-list {
    padding-right: 0 !important;
}


/*ranking*/

.xj_ysk_ranking {
    background-color: #fff;
}

.xj_ysk_ranking .xj_ysk_ranking-title {
    text-align: center;
    font-size: 1.7em;
    color: #f65453;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: .5em;
}

.xj_ysk_ranking-meta {
    text-align: center;
    border: 1px dashed #e7e6e6;
    padding: .2em;
}

.xj_ysk_daoyu {}

.xj_ysk_ranking-content {
    margin-bottom: 1em;
    box-sizing: border-box;
    padding: 1em !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
}

.xj_ysk_ranking-content h2 {
    margin-bottom: 1em !important;
    font-weight: normal;
    color: #f65453;
}

.xj_ysk_ranking-content h2 i {
    float: right;
    font-weight: normal;
    font-size: .8em;
}

.xj_ysk_ranking-content h2 i em {
    font-weight: bold;
    font-style: italic;
    color: #f65453;
}

.xj_ysk_sdnr {
    text-indent: 2em;
}

.xj_ysk_brandlist {
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    margin: 1.5em 0 1.5em;
    font-size: .95em;
    color: #2c2c2c;
}

.xj_ysk_brandlist li {
    line-height: 4em;
    height: 4em;
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
}

.xj_ysk_brandlist li:last-child p {
    text-align: center;
    width: 100%;
    color: #d81e06;
}

.xj_ysk_brandlist li em {
    display: block;
    text-align: center;
    border-right: 1px solid #f0f0f0;
}

.xj_ysk_brandlist li em:first-child {
    width: 37.5%;
}

.xj_ysk_brandlist li:first-child em {
    background: #f8e7e8;
    font-weight: bold;
}

.xj_ysk_brandlist li em:nth-child(2) {
    box-sizing: border-box;
    width: 25%;
    /* background: #f8e7e8; */
    font-weight: bold;
}

.xj_ysk_brandlist li em:nth-child(3) {
    width: 37.5%;
    box-sizing: border-box;
}

.xj_ysk_brandlist li:nth-child(5),
.xj_ysk_brandlist li:nth-child(6) {
    line-height: inherit;
    height: auto;
}

.xj_ysk_brandlist li:nth-child(5) em,
.xj_ysk_brandlist li:nth-child(6) em {
    padding: .5em;
    box-sizing: border-box;
}

#footer {
    margin: .5em 0 0 0;
    background-color: #FFFFFF;
    padding-top: 1em;
    /* padding-bottom: 1em; */
    /* display: none; */
}

.xj_ysk_sj_footer {
    padding-bottom: 1em;
    border-bottom: 1px solid #e6e6e6;
}

.xj_ysk_sj_footer p {
    text-align: center;
}

.xj_ysk_sj_footer p a {
    padding-left: .5em;
}

.xj_ysk_footer-copyright-con {
    margin: 1em 0 0;
    color: #333;
    text-align: center;
}

.xj_ysk_footer-copyright-con p {
    font-size: .9em;
    margin-bottom: .2em;
}

.xj_ysk_footer-copyright-con p a {
    color: #333;
    padding: 0 1%;
}

.xj_ysk_youqing {
    font-size: .9em;
    text-align: center;
    background-color: #fff;
    padding-bottom: 1em;
}

#DIALOG_CENTER_SHADE,
#DIALOG_CENTER,
#DIALOG_TOP,
#DIALOG_BOTTOM,
#MessageMeiErBeiCenter,
#MessageMeiErBeiShadow,
#MessageMeiErBeiBottom {
    display: none !important;
}

#MessageMeiErBeiBottomS,
#footer_f {
    display: none;
}

.xj_ysk_put-content,
.xj_ysk_sj_footer p:nth-child(2) {
    display: none;
}

@media(max-width:1200px) {
    .xj_ysk_container {
        box-sizing: border-box;
    }
}

@media(max-width:1152px) {}

@media(max-width:1024px) {
    body {
        font-size: 95%;
    }
}

@media(max-width:800px) {
    .xj_ysk_banner,
    .xj_ysk_hot-new>aside>a {
        width: 100%;
    }
    .xj_ysk_hot-jiaodian div {
        display: none;
    }
    .xj_ysk_index-main .xj_ysk_index_wall {
        width: 100%;
    }
    .xj_ysk_index-main .xj_ysk_index_wall ul {
        flex-wrap: wrap;
    }
    .xj_ysk_hot-list,
    .xj_ysk_index-main>aside {
        margin-top: .5em;
        margin-left: 0;
        width: 95%;
    }
    .xj_ysk_hot-new>aside>img,
    .xj_ysk_list-article {
        width: 100%;
    }
    .xj_ysk_hot-jiaodian {
        flex-wrap: wrap;
    }
    .xj_ysk_hot-jiaodian ul,
    .xj_ysk_hot-jiaodian li {
        width: 100%;
    }
}

@media(max-width: 768px) {
    body {
        font-size: 90%;
    }
    .xj_ysk_menu {
        z-index: 1;
    }
    .xj_ysk_header_new {
        display: none;
    }
    .xj_ysk_m_hospital {
        display: block;
    }
    .xj_ysk_hospital-btn {
        display: none;
    }
    .xj_ysk_title_box>nav {
        flex-wrap: wrap;
    }
}

@media(max-width:600px) {
    .xj_ysk_header .xj_ysk_logo {
        width: 35%;
    }
    .xj_ysk_logo {
        padding-top: .5em;
        padding-bottom: .5em;
    }
    .xj_ysk_logo img {
        margin: initial;
        width: 100%
    }
    .xj_ysk_header .xj_ysk_search {
        display: none;
    }
    .xj_ysk_menu {
        display: none;
        width: 60%;
        height: auto;
        z-index: 100;
        background-color: rgb(0 0 0 / 46%);
        position: absolute;
        flex-direction: column;
        line-height: 4em;
        right: .2em;
        /* overflow: hidden; */
    }
    .xj_ysk_menu ul {
        flex-wrap: wrap;
        min-width: auto;
    }
    .xj_ysk_menu li {
        width: 100%;
        padding: 0 .5em;
    }
    .xj_ysk_menu li:not(:last-child) {
        border-bottom: 1px solid #999;
    }
    .xj_ysk_menu a {
        color: #FFF;
    }
    .xj_ysk_header .xj_ysk_m_menu {
        display: block;
        font-size: 3em;
        position: absolute;
        right: .2em;
    }
    .xj_ysk_list-question,
    .xj_ysk_hot-new>aside>a {
        width: 100%;
    }
    .xj_ysk_hot-new {
        padding-top: 0;
        margin-top: 0;
    }
    .xj_ysk_hot-new>aside {
        flex-wrap: wrap;
    }
    .xj_ysk_index-main {
        margin-top: .5em;
    }
    .xj_ysk_index-main .xj_ysk_index_wall ul li:first-child,
    .xj_ysk_index-main .xj_ysk_index_wall ul li:last-child {
        width: 100%;
    }
    .xj_ysk_position {
        border-bottom: 1px solid #eeeeee;
    }
    .xj_ysk_content {
        flex-wrap: wrap;
    }
    .xj_ysk_article-article {
        flex-wrap: wrap;
    }
    .xj_ysk_article-article>article {
        border-right: none;
    }
    .xj_ysk_article-article>article,
    .xj_ysk_article-article>aside,
    .xj_ysk_art_left,
    .xj_ysk_art_right {
        width: 100%;
    }
    .xj_ysk_article-article>article .xj_ysk_likear_arcle li {
        width: 49%;
    }
    .xj_ysk_article-article>article .xj_ysk_likear_arcle li:nth-child(2n) {
        margin-right: 0;
    }
    /* .xj_ysk_article-article>article .xj_ysk_likear_arcle li:nth-child(3n){ margin-right:2%;} */
    .xj_ysk_article-article>article .xj_ysk_likear_arcle li a:first-child {
        height: 8em;
    }
    .xj_ysk_article-article>article .xj_ysk_likear_arcle li a:first-child img {
        height: 8em;
        object-fit: cover;
    }
    .xj_ysk_index-main>aside>h3,
    .xj_ysk_article-article>aside>h3 {
        padding-bottom: .5em;
        border-bottom: 1px solid #f2f2f2;
    }
    .xj_ysk_pubdate-list li {
        line-height: 1.8em;
        padding-bottom: .5em;
    }
    .xj_ysk_pubdate-list li:not(:last-child) {
        border-bottom: 1px solid #f2f2f2;
    }
    .xj_ysk_ranking .xj_ysk_ranking-title {
        font-size: 1.3em;
    }
    .xj_ysk_article-article>article .xj_ysk_s-top-b {
        padding: .8em;
    }
    .xj_ysk_article-article>article .xj_ysk_s-top-b p {
        flex-wrap: wrap;
    }
    .xj_ysk_article-article>article .xj_ysk_s-top-b span {
        width: 100%;
    }
    .xj_ysk_article-article>article .xj_ysk_s-top-b span:first-child {
        margin-bottom: .8em;
    }
    .xj_ysk_article-article>article .xj_ysk_s-top-b span:last-child {
        text-align: left;
    }
    .xj_ysk_hospital {
        padding-top: 1em;
        border: 1px solid #f4f4f4;
        padding-bottom: 0 !important;
    }
    .xj_ysk_hospitalPanel {
        display: flex;
        flex-direction: column;
        width: 95%;
        margin: 0 auto;
    }
    .xj_ysk_hospitalPanel a {
        display: grid;
        grid-template-columns: 47% 47%;
        justify-content: space-between;
        margin-bottom: 1em;
        border: 1px solid #f2f2f2;
    }
    .xj_ysk_hospitalPanel img {
        width: 100%;
        height: 10em;
        object-fit: cover;
    }
    .xj_ysk_hospitalPanel .xj_ysk_right span {
        margin: .5em 0;
        color: #64ab2a;
        font-weight: 600;
        position: relative;
        padding-left: 1em;
    }
    .xj_ysk_hospitalPanel .xj_ysk_right span::before {
        content: '';
        display: block;
        position: absolute;
        left: -.5em;
        top: 0;
        width: 0;
        height: 0;
        border-top: .8em solid transparent;
        /* �ϱ߿� */
        border-bottom: .8em solid transparent;
        /* �±߿� */
        border-left: 1.4em solid #64ab2a;
        /* ��߿� */
    }
    .xj_ysk_hospitalRecom {
        width: 95%;
        margin: 0 auto;
    }
    .xj_ysk_hospitalRecom img {
        width: 100%;
        height: 15em;
        object-fit: cover;
        vertical-align: bottom;
    }
    .xj_ysk_hospitalRecom .xj_ysk_content {
        /* border: 1px solid #f2f2f2; */
        padding: 1em;
    }
    .xj_ysk_hospitalRecom h3 {
        margin: 0 0 1em 0;
        position: relative;
        padding-left: 1em;
    }
    .xj_ysk_hospitalRecom h3 a {
        color: #64ab2a;
    }
    .xj_ysk_hospitalRecom h3::before {
        content: '';
        display: block;
        position: absolute;
        left: -0.3em;
        top: 4px;
        width: 0;
        height: 0;
        border-top: 0.5em solid transparent;
        border-bottom: 0.5em solid transparent;
        border-left: 1em solid #64ab2a;
    }
    .xj_ysk_xm_panel img {
        height: 6em;
    }
    .xj_ysk_xm_panel a {
        margin-bottom: 1em;
    }
    .xj_ysk_xm_article {
        width: 90%;
        margin: 0 auto;
        padding-top: 2em;
    }
    .xj_ysk_xm_article h3 {
        color: #64ab2a;
        margin-bottom: 1em;
    }
    .xj_ysk_hospitalRecom ul li {
        margin-bottom: .5em;
    }
    .xj_ysk_hospitalRecom .xj_ysk_content div {
        text-align: right;
        color: #999;
        margin-bottom: 1em;
    }
    #footer .xj_ysk_container {
        display: none;
    }
    #footer p:nth-child(1) {
        color: #ccc;
    }
    #footer p {
        padding: 6px 0;
        color: #666;
        text-align: center;
    }
    #footer p a {
        padding: 0 10px;
    }
    .xj_ysk_sj_footer {
        display: block;
        margin-bottom: 4em;
    }
    .xj_ysk_sj_footer p:nth-child(2) {
        display: block;
    }
    #MessageMeiErBeiBottomS {
        display: flex;
        width: 100%;
        min-width: 320px;
        max-width: 600px;
        margin: 0 auto;
        bottom: -.5em;
        position: fixed;
        z-index: 9999;
    }
    #MessageMeiErBeiBottomS a {
        display: block;
        width: 50%;
        background-color: #64ab2a;
        box-sizing: border-box;
    }
    #MessageMeiErBeiBottomS a:not(:last-child) {
        border-right: 1px solid #fff;
    }
    #MessageMeiErBeiBottomS a img {
        width: 100%;
    }
    .footer-concat {
        height: 3.3em;
    }
    #footer_f {
        font-size: 1em;
        width: 100%;
        min-width: 320px;
        max-width: 640px;
        margin: 0 auto;
        bottom: 0;
        position: fixed;
        height: 3.3em;
        z-index: 9999;
        display: flex;
    }
    #footer_f_l,
    #footer_f_r {
        display: block;
        width: 50%;
        height: 3.3em;
        line-height: 3.3em;
        text-align: center;
        color: #fff;
    }
    #footer_f_l i,
    #footer_f_r i {
        vertical-align: -webkit-baseline-middle;
        padding: .5em .8em;
        margin-right: .3em;
    }
    #footer_f_l {
        background-color: #64ab2a;
        border-right: 2px solid #fff;
    }
    #footer_f_l i {
        background: url(../image/b_ico_l.png) no-repeat;
        background-size: 100%;
    }
    #footer_f_r {
        background-color: #64ab2a;
        position: relative;
    }
    #footer_f_r i {
        background: url(../image/b_ico_r.png) no-repeat;
        background-size: 100%;
    }
    #footer_f_r .xj_ysk_sp3 {
        font-size: .9em;
        position: absolute;
        background-color: #f31919;
        height: 1.2em;
        padding: 0 .3em;
        border-radius: 1em;
        color: #fff;
        line-height: 1em;
        font-style: normal;
        top: .3em;
    }
    .xj_ysk_doctor {
        background: #fcfcfc;
        padding-top: 1.5em;
    }
    .xj_ysk_doctor .xj_ysk_doctor_panel a {
        margin-bottom: 1em;
    }
    .xj_ysk_doctor_article {
        width: 95%;
        margin: 0 auto;
    }
    .xj_ysk_doctor_article .xj_ysk_item {
        margin-bottom: .5em;
    }
    .xj_ysk_doctor_article .xj_ysk_item a:first-child {
        color: #64ab2a;
        font-weight: 600;
        font-size: 1.07em;
    }
    .xj_ysk_doctor_article .xj_ysk_item a:nth-child(2) {
        color: #999;
        font-size: 13px;
        background-color: #fff;
    }
    .xj_ysk_doctor_article .xj_ysk_item div {
        text-align: right;
        color: #999;
    }
    .xj_ysk_doctor_panel {
        display: grid;
        grid-template-columns: 48% 48%;
        justify-content: space-between;
        width: 95%;
        margin: 1em auto;
    }
    .xj_ysk_doctor_panel a h4 {
        color: #64ab2a;
    }
    .xj_ysk_doctor_panel img {
        width: 100%;
        height: 12em;
        border: 1px solid #b3b3b3;
    }
    .xj_ysk_put-content {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
    }
    .xj_ysk_put-content li:first-child {
        border-right: 1px solid #fff;
    }
    .xj_ysk_put-content li {
        width: 50%;
        display: inline-block;
        box-sizing: border-box;
        height: auto;
        padding: .8em 0 .8em 20%;
        line-height: 1.5em;
        margin: 0;
    }
    .xj_ysk_put-li-a {
        background: #9da1ff url(../image/put_1.png) 27% center no-repeat;
        background-size: 17%;
    }
    .xj_ysk_put-li-b {
        background: #fbaa6f url(../image/put_2.png) 27% center no-repeat;
        background-size: 17%;
    }
    .xj_ysk_put-content .xj_ysk_put-t {
        font-size: 1.05em;
        padding-left: 1em;
        padding-top: 2px;
        color: #ffffff;
    }
    .xj_ysk_put-content .xj_ysk_put-c {
        font-size: .95em;
        padding: .3em 0 0 1em;
        color: #ffffff;
    }
}

@media(max-width: 568px) {
    .xj_ysk_menu .xj_ysk_m_menu {
        font-size: 3.5em;
        padding-top: .75em;
    }
}

@media(max-width: 533px) {
    .xj_ysk_title_box {
        background: #625a5a;
    }
    .xj_ysk_title_box .xj_ysk_title_left {
        margin: 0 auto;
    }
    .xj_ysk_title_box .xj_ysk_title_right {
        width: 100%;
        padding: 1em;
    }
    .xj_ysk_hos_menu ul li {
        width: 20%;
    }
}

@media(max-width: 480px) {
    .xj_ysk_menu .xj_ysk_m_menu {
        padding-top: .3em;
    }
    .xj_ysk_wall-column,
    .xj_ysk_list-article .xj_ysk_wall-column {
        width: 50%;
    }
    .xj_ysk_brandlist {
        margin-left: 0;
        margin-right: 0;
    }
    .xj_ysk_article-article>article .xj_ysk_article-content {
        font-size: 1.05em;
        line-height: 1.6em;
    }
    .xj_ysk_put-li-a,
    .xj_ysk_put-li-b {
        background-size: 20%;
    }
    .xj_ysk_put-content li {
        padding-left: 18%;
    }
    .xj_ysk_put-li-a,
    .xj_ysk_put-li-b {
        background-position-x: 20%;
    }
}

@media(max-width:414px) {
    .xj_ysk_menu .xj_ysk_m_menu {
        font-size: 3em;
        padding-top: .3em;
    }
}

@media(max-width:375px) {
    .xj_ysk_put-li-a,
    .xj_ysk_put-li-b {
        background-size: 21%;
    }
    .xj_ysk_put-content li {
        padding-left: 13%;
    }
    .xj_ysk_put-li-a,
    .xj_ysk_put-li-b {
        background-position-x: 10%;
    }
}

@media(max-width:360px) {}

@media(max-width: 320px) {
    .xj_ysk_put-li-a {
        background: #9da1ff;
    }
    .xj_ysk_put-li-b {
        background: #fbaa6f;
    }
    .xj_ysk_put-li-a,
    .xj_ysk_put-li-b {
        padding-left: 5% !important;
    }
    .xj_ysk_put-content .xj_ysk_put-t {
        font-size: 1em;
    }
}

.xj_ysk_zxRank .xj_ysk_content {
    width: 90%;
    margin: 0 auto;
}

.xj_ysk_zxRank .xj_ysk_content .xj_ysk_img {
    width: 100%;
    height: 14em;
}

.xj_ysk_zxRank .xj_ysk_content .xj_ysk_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xj_ysk_zxRank .xj_ysk_content h3 {
    color: #64ab2a;
    margin: 1em 0;
}

.xj_ysk_zxRank .xj_ysk_content li {
    display: flex;
    align-items: center;
    margin-bottom: .8em;
}

.xj_ysk_zxRank .xj_ysk_content li div {
    width: 0.5em;
    height: 0.5em;
    background: #666;
    margin-right: 1em;
}

.xj_ysk_zxRank .xj_ysk_content a {
    color: #666;
}

.xj_ysk_footer_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 2em;
    color: #c2c2c2;
    padding-top: 2em;
}

.xj_ysk_footer_info a {
    color: #c2c2c2;
}

.xj_ysk_footer_info p {
    margin-bottom: 0.5em;
}

.xj_ysk_replay {
    background-color: #f2f2f2;
}

.xj_ysk_replay .xj_ysk_panel1 {
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px dashed #999;
}

.xj_ysk_replay .xj_ysk_panel1 a {
    margin-bottom: 1em;
}

.xj_ysk_replay .xj_ysk_panel2 {
    width: 90%;
    margin: 0 auto;
    padding: 1.2em 0 2.5em 0;
}

.xj_ysk_replay .xj_ysk_panel2 li {
    display: grid;
    grid-template-columns: 3% 73% 20%;
    margin-bottom: 0.8em;
    justify-content: space-between;
    align-items: center;
}

.xj_ysk_replay .xj_ysk_panel2 li div {
    width: 0.5em;
    height: 0.5em;
    background: #666;
}

.xj_ysk_replay .xj_ysk_panel2 li span {
    font-size: 12px;
    color: #999;
}

.xj_ysk_replay .xj_ysk_panel2 li a {
    font-size: 13px;
}

.xj_ysk_replay .xj_ysk_panel3 {
    width: 90%;
    margin: 0 auto;
}

.xj_ysk_replay .xj_ysk_panel3 div {
    display: flex;
    flex-direction: column;
}

.xj_ysk_replay .xj_ysk_panel3 div a {
    font-size: 1.2em;
}

.xj_ysk_replay .xj_ysk_panel3 div span {
    font-size: 12px;
    margin: 1em 0;
    color: #999;
}

.xj_ysk_container .xj_ysk_hover {
    height: 60px;
    /* background: url(/statics/xjysk/image/nav-current.png) no-repeat left 0; */
    background-size: 100% 100%;
    margin-top: -12px;
    line-height: 70px;
}

.lookUp {
    width: 100%;
    text-align: center;
}

.lookUp {
    width: 100% !important;
}

.lookUpImage {
    width: 100%;
}

.lookUpFooter {
    text-align: center;
}

.lookUpFooter div {
    line-height: 40px;
    color: #000;
    /* font-size: 2.5rem */
    font-size: 14px;
}

.lookUpFooter a {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #51BDE5;
    color: #090606;
    text-align: center;
    /* padding: 1rem 2rem; */
    padding: 0px 10px;
    box-sizing: border-box;
    border-radius: 20px;
    text-decoration: none;
}

.lookUpFooter a:hover {
    font-weight: 700;
}

#blackNext {
    margin-left: 60px;
}

.link {
    margin-top: 40px;
}

.xj_ysk_headerLogo {
    height: 50px;
    object-fit: cover;
}

.xj_ysk_portfoliolist {
    display: grid;
    grid-template-columns: 48% 48%;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}

.xj_ysk_circular {
    justify-content: space-between;
    flex-wrap: wrap;
}

.xj_ysk_portfoliolist a,
.circular a {
    display: block;
    overflow: hidden;
}

.xj_ysk_portfoliolist a img,
.circular a img {
    display: block;
    object-fit: cover;
}

.xj_ysk_portfoliolist a {
    /* width: 19%; */
    border-radius: .2em;
    margin-top: 1.3%;
}

.xj_ysk_portfoliolist a img {
    /* height: 10em; */
    width: 100%;
}

.xj_ysk_circular {
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
}

.xj_ysk_circular a {
    /* width: 20%; */
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding: 2%;
    box-sizing: border-box;
}

.xj_ysk_circular a img {
    height: 12em;
    border-radius: 7em;
}

@media(max-width: 1152px) {
    .xj_ysk_circular a img {
        height: 11em;
    }
}

@media(max-width: 1024px) {
    .xj_ysk_circular a img {
        height: 10em;
    }
}

@media(max-width: 800px) {
    .xj_ysk_circular a img {
        height: 8em;
    }
}

@media(max-width: 600px) {
    .xj_ysk_portfoliolist a img {
        /* height: 8em; */
    }
    .xj_ysk_circular a img {
        height: 6.5em;
    }
}

@media(max-width: 533px) {
    .xj_ysk_portfoliolist a {
        /* width: 24%; */
    }
    .xj_ysk_circular a {
        width: 25%;
    }
    .xj_ysk_portfoliolist a:nth-child(15),
    .xj_ysk_portfoliolist a:nth-child(14),
    .xj_ysk_portfoliolist a:nth-child(13),
    .xj_ysk_circular a:nth-child(15),
    .xj_ysk_circular a:nth-child(14),
    .xj_ysk_circular a:nth-child(13) {
        display: none;
    }
    .xj_ysk_circular a img {
        height: 7em;
    }
}

@media(max-width: 360px) {
    .xj_ysk_portfoliolist a {
        /* width: 33%; */
    }
    .xj_ysk_circular a {
        width: 33.3%;
    }
    .xj_ysk_circular a img {
        height: 7em;
    }
}

@media(max-width: 320px) {
    .xj_ysk_portfoliolist a img {
        /* height: 8em; */
    }
    .xj_ysk_circular a img {
        height: 6em;
    }
}

.xj_ysk_partTit p span {
    background-color: none !important;
}
.xj_ysk_zxRank .xj_ysk_content h3 a{
    color: #64ab2a;
}
/* .xj_ysk_container .xj_ysk_hover {
    height: 60px;
    background: url(/statics/xjysk/image/nav-current.png) no-repeat left 0;
    background-size: 100% 100%;
    margin-top: -12px;
    line-height: 60px;
} */

.wzContent,.xj_ysk_article-content{
    text-indent: 2em; /* 2em表示2个字符的宽度 */
}
.wzContent img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}
